Motion.ReleaseAxis method
Releases an axis from the Stopping state or detaches it from camming or gearing.
Namespace: IntervalZero.KINGSTAR.Local.Api
Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0
Syntax
public KsError ReleaseAxis(
int Index
)
Public Function ReleaseAxis(
Index As Integer
) As KsError
Parameters
Index [in]
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Return value
A return code of a method.
Examples
N/A
See also